home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / ICProgKit 1.3.sit / ICProgKit1.3 / APIs / ICComponentSelectors.p < prev    next >
Text File  |  1996-07-14  |  2KB  |  68 lines

  1. unit ICComponentSelectors;
  2.  
  3. (* ・・・Start Header・・・ *)
  4.  
  5. (* File:         ICComponentSelectors.p
  6.  * Generated by: 1.0d4
  7.  * For:          IC 1.3
  8.  * On:           Sunday, 14 July 1996, 20:19:55
  9.  * 
  10.  * This file is part of the Internet Configuration system and
  11.  * is placed in the public domain for the benefit of all.
  12.  *)
  13.  
  14. (* ・・・End Header・・・ *)
  15.  
  16. (* This unit holds the selectors for the IC component. *)
  17.  
  18. interface
  19.  
  20.     const
  21. (* ・・・Start ICCSel.p・・・ *)
  22.  
  23.     kICCStart = 0;
  24.     kICCStop = 1;
  25.     kICCFindConfigFile = 2;
  26.     kICCFindUserConfigFile = 14;
  27.     kICCGeneralFindConfigFile = 30;
  28.     kICCChooseConfig = 33;
  29.     kICCChooseNewConfig = 34;
  30.     kICCGetConfigName = 35;
  31.     kICCGetConfigReference = 31;
  32.     kICCSetConfigReference = 32;
  33.     kICCSpecifyConfigFile = 3;
  34.     kICCGetSeed = 4;
  35.     kICCGetPerm = 13;
  36.     kICCDefaultFileName = 11;
  37.     kICCBegin = 5;
  38.     kICCGetPref = 6;
  39.     kICCSetPref = 7;
  40.     kICCFindPrefHandle = 36;
  41.     kICCGetPrefHandle = 26;
  42.     kICCSetPrefHandle = 27;
  43.     kICCCountPref = 8;
  44.     kICCGetIndPref = 9;
  45.     kICCDeletePref = 12;
  46.     kICCEnd = 10;
  47.     kICCEditPreferences = 15;
  48.     kICCParseURL = 16;
  49.     kICCLaunchURL = 17;
  50.     kICCMapFilename = 24;
  51.     kICCMapTypeCreator = 25;
  52.     kICCMapEntriesFilename = 28;
  53.     kICCMapEntriesTypeCreator = 29;
  54.     kICCCountMapEntries = 18;
  55.     kICCGetIndMapEntry = 19;
  56.     kICCGetMapEntry = 20;
  57.     kICCSetMapEntry = 21;
  58.     kICCDeleteMapEntry = 22;
  59.     kICCAddMapEntry = 23;
  60.     kICC_first_select = kICCStart;
  61.     kICC_last_select = 36;
  62.  
  63. (* ・・・End ICCSel.p・・・ *)
  64.  
  65. implementation
  66.  
  67. end. (* ICComponentSelectors *)
  68.